FrameCreated

public interface FrameCreated implements BrowserEvent

An event indicating that a new frame in the browser has been created.

Functions

Link copied to clipboard
public Browser browser()
Returns the Browser instance initiated this event.
Link copied to clipboard
public Frame frame()
Returns the Frame instance that has been created.